Crate cita_tool

source ·
Expand description

A easy-use CITA command line tool

Re-exports

Modules

Structs

  • Fixed-size uninterpreted hash type with 16 bytes (128 bits) size.
  • Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
  • Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
  • Fixed-size uninterpreted hash type with 64 bytes (512 bits) size.
  • Little-endian large integer type Unsigned 64-bit integer.
  • Little-endian large integer type 256-bit unsigned integer.
  • Little-endian large integer type 512-bits unsigned integer.

Traits

Functions

  • Decodes a hex string into raw bytes.
  • According to the given abi file, decode the data
  • According to the given abi file, decode the topic
  • According to type, decode the data
  • Encodes data as hex string using lowercase characters.
  • According to the given abi file, encode the function and parameter values
  • According to type, encode the value of the parameter

Type Aliases